From bd4869763556bc9cb16b53ae07b09f5cbf702e23 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 16 Mar 2018 23:44:53 +0100 Subject: [PATCH] Fix typo in geojson docs (#161) --- xmldoc/formats/geojson.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmldoc/formats/geojson.xml b/xmldoc/formats/geojson.xml index f4e913966..4a9672864 100644 --- a/xmldoc/formats/geojson.xml +++ b/xmldoc/formats/geojson.xml @@ -15,7 +15,7 @@ The properties for name and description are written, where available. Tracks are converted to a LineString. MultiPoint are converted to Waypoints. LineString, Polygon and MultiPolygon are converted to routes. -MultiLineString are conveted to tracks. +MultiLineString are converted to tracks. The potentially nested/recursive nature of GeoJSON in general would be -- 2.30.2